 |
API Documentation
|
|
|
static nkScripts::OutputValue setFromEuler(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getY(void *vector)
static void * constructor(const nkScripts::DataStack &stack)
Defines an environment in which scripts can execute.
Definition: Environment.h:14
static nkScripts::OutputValue newQuat4(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getAsEulerAngles(const nkScripts::DataStack &stack)
static void destructor(void *toDestroy)
A view over data.
Definition: BufferView.h:18
static nkScripts::OutputValue apply(const nkScripts::DataStack &stack)
static void updateEnvironment(nkScripts::Environment *env)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
static void setZ(const nkScripts::DataStack &stack)
Encompasses the wrapping of nkMaths for Lua.
Definition: QuaternionWrapper.h:7
static nkScripts::OutputValue setFromAxisAngle(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getZ(void *vector)
static nkScripts::OutputValue getX(void *vector)
static nkScripts::OutputValue transform(const nkScripts::DataStack &stack)
Wraps a nkMaths::Quaternion and offers functions for use in scripting.
Definition: QuaternionWrapper.h:12
static void setX(const nkScripts::DataStack &stack)
static void setW(const nkScripts::DataStack &stack)
static void setY(const nkScripts::DataStack &stack)
static nkScripts::OutputValue toString(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getW(void *vector)